Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / TriggerVolatileCells Method / TriggerVolatileCells(Worksheet,Reference[]) Method


In This Topic
    TriggerVolatileCells(Worksheet,Reference[]) Method
    In This Topic
    This function will notify all cells, which contains volatile functions or belong to a circuit, to recalculate.
    Syntax
    'Declaration
     
    
    Public Overloads Function TriggerVolatileCells( _
       ByVal worksheet As Worksheet, _
       ByVal viewReferences() As Reference _
    ) As Integer
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim worksheet As Worksheet
    Dim viewReferences() As Reference
    Dim value As Integer
     
    value = instance.TriggerVolatileCells(worksheet, viewReferences)
    public int TriggerVolatileCells( 
       Worksheet worksheet,
       Reference[] viewReferences
    )

    Parameters

    worksheet
    viewReferences

    Return Value

    TRUE if there is any volatile cells.
    See Also